Skip to main content

Branding Default

Branding Default

Path Parameters
    workspaceName string required
Header Parameters
    Authentication string
    Example: Bearer {{token}}

Response

namestring

Name of the Branding.

attributesobject

Branding Attributes.

createdTimeStampnumber

Time stamp of branding created time.

realmIdstring

Workspace Id

realmBrandboolean

true/false for workspace branding.

Sample Response
{
"name": "reset-default",
"attributes": {
"logoHeight": "38",
"footerText": "© 2024 eztoauth. All Rights Reserved",
"themeLayoutBgColor": "#000000",
"formBorderRadius": "10",
"headerMenuItems": "https://ezto.io/verify|Home##https://support.ezto.io|Contact Support",
"bodyBgColor": "#000000",
"showFooter": "true",
"themeLayoutFeatures": "Join us##Make OnboardingProvider and Login experience awesome##Quick Start your process with industry standard templates",
"themeLayoutTextColor": "#FFFFFF",
"bodyBgImageOpacity": "0.25",
"logoPositionValueType": "px",
"themeLayoutOneLine": "One step away from all your Digital Identity needs",
"textActiveColor": "#418b4a",
"buttonTextColor": "#FFFFFF",
"buttonBorderRadius": "8",
"headerBgColor": "#edeef1",
"formBorderColor": "#FFFFFF",
"logoPositionValue": "0|0|0|0",
"bodyBgType": "Image",
"showHeader": "true",
"headerLogoLink": "https://ezto.io/verify",
"bodyFont": "Inter",
"showLogoInForm": "true",
"formBgColor": "#FFFFFF",
"themeLayoutBgType": "Text",
"logoPosition": "logo-left",
"footerTextColor": "#6C7A87",
"buttonBgColor": "#4CA355",
"themeLayout": "Center",
"textBorderColor": "#edeef1",
"formBorderWidth": "1"
},
"createdTimeStamp": 0,
"realmId": "c9542c4b-df69-4153-a411-a0dd6b84d3b3",
"realmBrand": false
}
HTTP STATUS CODE SUMMARY
200 - OKSuccessfully done.
201 - OKSuccessfully created.
400 - Bad RequestThe request was unacceptable, often due to missing a required parameter.
401 - UnauthorizedUnauthorized access try with correct access.
402 - Request FailedThe parameters were valid but the request failed.
403 - ForbiddenThe Application doesn't have permissions to perform the request.
404 - Not FoundThe requested resource doesn't exist
500 - Server ErrorsSomething went wrong on ezto auth's end. (These are rare.)
503 - Server ErrorsService temporarily unavailable

Loading...